object MainForm: TMainForm Left = 151 Top = 140 Width = 586 Height = 264 Caption = 'MainForm' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Memo1: TMemo Left = 7 Top = 6 Width = 452 Height = 216 Lines.Strings = ( 'As you see, many great and wonderful things can now be done.' 'If you want to take more time to develop this unit to a fuller e' + 'xtent,' 'please do.. I put this into Public Domain simply because this' 'is something every Delphi Programmer should know (well..' 'maybe just those interested in it). More accurately, this is ' 'something every DELPHI programmer should be able to use' 'and reference if they need to.. rather than sift through thousan' + 'ds' 'of lines of cryptic and brief "API documentation". Borland did a' + ' ' 'great Job with DELPHI. It is very powerful, it can do many thing' + 's.' 'It is one of the better Application Development tools I own (and' 'they are not a few in number...). The hard part is finding the p' + 'ower,' 'understanding how to use it. I hope this helps all those who ' 'search. I will be posting Many, Many more "Secrets and ' 'Unknowns"' 'in the future as I have done in the Past. I encourage you to do' 'the same. ' '' 'Publicly Yours......' '-Dave' '' 'PS: Who Monitors the Birds? ') ScrollBars = ssVertical TabOrder = 0 end object btnOK: TBitBtn Left = 468 Top = 5 Width = 89 Height = 33 TabOrder = 1 Kind = bkOK end end